home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc2 / winrun10.zip / WINRUN.TXT < prev   
Text File  |  1992-02-02  |  2KB  |  50 lines

  1.                                  WINRUN.EXE
  2.  
  3.                                    v1.00
  4.  
  5.      WINRUN is a program that is made so you can run Windows(c) Applications 
  6. from the command prompt. It's syntax is:
  7.  
  8.                      WINRUN [drive:][path\][program][.extension] 
  9.  
  10.          
  11.                      drive:      The drive the program is on 
  12.                      path        The path the program is in
  13.                      program     The program to run (If not specified,
  14.                                  WINRUN will prompt for program name)
  15.                      .extension  The extension of the program (use if
  16.                                  more than one program with the same
  17.                                  name, such as AMI.EXE and AMI.COM
  18.                                  resides in the same directory)
  19.  
  20.      If you don't want to type in WINRUN every time you can create a batch file
  21. that will run the program. Make sure to use a different batch file name than the
  22. name of the program (i.e. Don't use AMI.BAT if the program name is AMI.COM) Use
  23. a batch file like AMIRUN.BAT:
  24.  
  25.      ECHO OFF  
  26.      WINRUN C:\AMI\AMI.EXE
  27.      ECHO ON
  28.  
  29.  
  30.  
  31.                                      DISCLAIMER
  32.  
  33.      The NCS software company is not responsible if this program and document
  34. cause loss of money, time, data, etc. 
  35.  
  36.                                        NOTICE
  37.  
  38.      The NCS software company releases this program into the Public Domain,
  39. which means that anyone can freely make copies of this program. Please
  40. distribute through BBSs, User Groups, Software vendors, etc.
  41.  
  42.                         QUESTIONS, COMMENTS, COMPLAINTS, etc.
  43.  
  44.      To register a comment, complaint, qestion or for a free catalog send to:
  45.  
  46.      NCS SOFTWARE      
  47.      RT 2 BX 158
  48.      THIEF RIVER FALLS, MN 56701
  49.  
  50.